
body, html {
    margin: 0;
    padding: 0;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    color: #fff;
    height: 100%;
}

.container {
    background: url("../img/Atmosphaere_KochRoboter_Menschen beim Essen_Website.jpg") no-repeat center center/cover;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 40px;
    text-align: center;
    border-radius: 10px;
    max-width: 600px;
}

.overlay h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #f8f8f8;
}

.overlay p {
    font-size: 1.2rem;
    margin-bottom: 15px;
}

.cta-button {
    display: inline-block;
    padding: 12px 24px;
    background-color: #00a651;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    transition: background 0.3s ease;
}

.cta-button:hover {
    background-color: #008f45;
}
